IDirect3DVertexDeclaration9

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(Windows && Direct3D_9)
extern (C++)
interface IDirect3DVertexDeclaration9 : IUnknown {}

Members

Functions

GetDeclaration
HRESULT GetDeclaration(D3DVERTEXELEMENT9* pElement, UINT* pNumElements)
Undocumented in source.
GetDevice
HRESULT GetDevice(IDirect3DDevice9* ppDevice)
Undocumented in source.

Inherited Members

From IUnknown

QueryInterface
HRESULT QueryInterface(IID* riid, void** pvObject)
Undocumented in source.
AddRef
ULONG AddRef()
Undocumented in source.
Release
ULONG Release()
Undocumented in source.

Meta